home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / dino / dino_bot.1 / source / inc / D_reduct.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-01  |  454 b   |  17 lines

  1. #define D_START_RED_MSG_TYPE 3
  2. #define D_MAX_MALLOC_SZ 16000
  3. #define D_TYPE_GSUM 4
  4. #define D_TYPE_GPROD 5
  5. #define D_TYPE_GMIN 6
  6. #define D_TYPE_GMAX 7
  7. #define D_TYPE_GMINDEX 8
  8. #define D_TYPE_GMAXDEX 9
  9. #define D_ENV_INFO_LEN 2 * sizeof(long int)
  10. #define D_RED_HD_SZ 16 
  11. #define D_PM_SZ 2 * sizeof(long int)
  12. #define D_MP_SZ 5 * sizeof(long int)
  13. typedef struct {
  14.         int D_reduct_type;
  15.         int D_reduct_data_type;
  16.         } D_reduct_type_descriptor;
  17.